﻿2026-07-27T11:14:25.3640498Z ##[group]Run actions/checkout@v5
2026-07-27T11:14:25.3640766Z with:
2026-07-27T11:14:25.3640969Z   repository: SaberMage/spt-shell-notify
2026-07-27T11:14:25.3641232Z   path: .adapter-notify
2026-07-27T11:14:25.3643120Z   token: ***
2026-07-27T11:14:25.3643301Z   ssh-strict: true
2026-07-27T11:14:25.3643486Z   ssh-user: git
2026-07-27T11:14:25.3643682Z   persist-credentials: true
2026-07-27T11:14:25.3643882Z   clean: true
2026-07-27T11:14:25.3644058Z   sparse-checkout-cone-mode: true
2026-07-27T11:14:25.3644284Z   fetch-depth: 1
2026-07-27T11:14:25.3644444Z   fetch-tags: false
2026-07-27T11:14:25.3644627Z   show-progress: true
2026-07-27T11:14:25.3644815Z   lfs: false
2026-07-27T11:14:25.3644982Z   submodules: false
2026-07-27T11:14:25.3654901Z   set-safe-directory: true
2026-07-27T11:14:25.3655173Z   allow-unsafe-pr-checkout: false
2026-07-27T11:14:25.3655389Z env:
2026-07-27T11:14:25.3655574Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-27T11:14:25.3655803Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-27T11:14:25.3656075Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T11:14:25.3656308Z ##[endgroup]
2026-07-27T11:14:25.5608161Z Syncing repository: SaberMage/spt-shell-notify
2026-07-27T11:14:25.5611009Z ##[group]Getting Git version info
2026-07-27T11:14:25.5611485Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-27T11:14:25.5635157Z [command]/usr/bin/git version
2026-07-27T11:14:25.5668356Z git version 2.43.0
2026-07-27T11:14:25.5684533Z ##[endgroup]
2026-07-27T11:14:25.5695190Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b3d7867e-a5b5-403a-ad42-d4850271fd65' before making global git config changes
2026-07-27T11:14:25.5695867Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T11:14:25.5698362Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-27T11:14:25.5724351Z ##[group]Initializing the repository
2026-07-27T11:14:25.5727462Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-27T11:14:25.5756289Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-27T11:14:25.5757124Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-27T11:14:25.5757668Z hint: of your new repositories, which will suppress this warning, call:
2026-07-27T11:14:25.5758040Z hint: 
2026-07-27T11:14:25.5758321Z hint: 	git config --global init.defaultBranch <name>
2026-07-27T11:14:25.5758640Z hint: 
2026-07-27T11:14:25.5758931Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-27T11:14:25.5759495Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-27T11:14:25.5759888Z hint: 
2026-07-27T11:14:25.5760096Z hint: 	git branch -m <name>
2026-07-27T11:14:25.5761650Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-27T11:14:25.5769172Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-27T11:14:25.5795636Z ##[endgroup]
2026-07-27T11:14:25.5796023Z ##[group]Disabling automatic garbage collection
2026-07-27T11:14:25.5798695Z [command]/usr/bin/git config --local gc.auto 0
2026-07-27T11:14:25.5825326Z ##[endgroup]
2026-07-27T11:14:25.5825721Z ##[group]Setting up auth
2026-07-27T11:14:25.5830601Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-27T11:14:25.5854920Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-27T11:14:25.6060801Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T11:14:25.6088777Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-27T11:14:25.6277433Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T11:14:25.6305182Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-27T11:14:25.6512016Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-27T11:14:25.6545511Z ##[endgroup]
2026-07-27T11:14:25.6545873Z ##[group]Determining the default branch
2026-07-27T11:14:25.6548466Z Retrieving the default branch name
2026-07-27T11:14:26.0585473Z Default branch 'main'
2026-07-27T11:14:26.0586193Z ##[endgroup]
2026-07-27T11:14:26.0586541Z ##[group]Fetching the repository
2026-07-27T11:14:26.0591305Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-27T11:14:26.6570652Z From https://github.com/SaberMage/spt-shell-notify
2026-07-27T11:14:26.6571100Z  * [new branch]      main       -> origin/main
2026-07-27T11:14:26.6586231Z ##[endgroup]
2026-07-27T11:14:26.6587619Z ##[group]Determining the checkout info
2026-07-27T11:14:26.6588435Z ##[endgroup]
2026-07-27T11:14:26.6592016Z [command]/usr/bin/git sparse-checkout disable
2026-07-27T11:14:26.6635134Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-27T11:14:26.6662527Z ##[group]Checking out the ref
2026-07-27T11:14:26.6665047Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-27T11:14:26.6700115Z Switched to a new branch 'main'
2026-07-27T11:14:26.6700441Z branch 'main' set up to track 'origin/main'.
2026-07-27T11:14:26.6704166Z ##[endgroup]
2026-07-27T11:14:26.6739700Z [command]/usr/bin/git log -1 --format=%H
2026-07-27T11:14:26.6764937Z ee2d37eadc730c0019e0af82d683074c509634a2
